ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _BaseAxisView<TDefinition,TOwnerView> Class / _labelViews Method

In This Topic
    _labelViews Method (_BaseAxisView<TDefinition,TOwnerView>)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Function _labelViews() As List(Of IAxisLabelView)
    public virtual List<IAxisLabelView> _labelViews()
    See Also